Bugfix: actually send the error message given to wfHttpError()
authorBrion Vibber <brion@users.mediawiki.org>
Sat, 23 Apr 2005 08:41:59 +0000 (08:41 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sat, 23 Apr 2005 08:41:59 +0000 (08:41 +0000)
commitc59896a7093867386c6ea5be62681a2a009d2e6e
treebe4e635725e54632d541a3fe276c2d200c6887f4
parentde2ca9353bfc81ef206a5005f1c0ad24a948d040
Bugfix: actually send the error message given to wfHttpError()
The test for HEAD requests was done backwards, and is useless besides
(output is discarded automatically when responding to HEAD reqs).
includes/GlobalFunctions.php